WebTextEditor supports loading content from an HTML file in the server-side through LoadContentFromFile method.
The LoadContentFromFile method provides several options such as listed in the table below.
| Parameter name | Data Type | Description |
| filename | String | The HTML file to be loaded |
| sectionName | String | Determines the WebTextEditor's section which the content will be loaded to. This parameter is used in multiple sections mode. |
| isCompleteHTML | Boolean | Determines whether the loaded file is a complete valid HTML file. |